home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 May / CHIP Turkiye Mayıs 1998.iso / internet / Ie4eng / MERLIN.CAB / IE4PLUS.INF next >
Windows Setup INFormation  |  1997-08-27  |  1KB  |  52 lines

  1. ;inf for IE40 plus
  2.  
  3. [Version]
  4. Signature="$Chicago$"
  5. AdvancedINF=2.5,%ADVPKPRMPT%
  6.  
  7. [SourceDisksNames]
  8. 1=%AppName%,,1
  9.  
  10. [DestinationDirs]
  11. CharacterFiles=49009
  12.  
  13. ;we have two install sections due to quotes for AddLinkNT
  14. ;but get away with one uninstall section
  15.  
  16. [DefaultInstall]
  17. CustomDestination=CustomDirsSection
  18. CopyFiles = CharacterFiles
  19.  
  20. [DefaultInstall.NT]
  21. CustomDestination=CustomDirsSection
  22. CopyFiles = CharacterFiles
  23.  
  24. [CustomDirsSection]
  25. 49001,49002,49003,49004 = CustomLDID49001,5   ;progam files dir
  26. 49005,49006,49007,49008 = CustomLDID49005,5   ;Dir we already had...
  27. 49009,49010,49011,49012 = CustomLDID49009,5   ;Dir we already had...
  28.  
  29. [CustomLDID49001]
  30. "HKLM","SOFTWARE\Microsoft\Windows\CurrentVersion","ProgramFilesDir",,%24%\%PROGRAMF%
  31.  
  32. [CustomLDID49005]
  33. ,,,,%49002%\%MSAGENT%
  34.  
  35. [CustomLDID49009]
  36. ,,,,%49006%\%Characters%
  37.  
  38. [CharacterFiles]
  39. Merlin.acs
  40.  
  41. ;[RunPreSetupCmds]
  42. ;msagent.exe /Q /R:N /N:G
  43. ;cgram.exe /Q /R:N /N:G
  44. ;actcnc.exe /Q /R:N /N:G
  45.  
  46. [Strings]
  47. AppName = "Microsoft Agent 1.5"
  48. ADVPKPRMPT = "The correct version of Advpack.dll was not found, installation halted."
  49. PROGRAMF="Program Files"
  50. MSAGENT="Microsoft Agent"
  51. Characters="Characters"
  52.